翻訳と辞書
Words near each other
・ dyadic
・ dyadic systems limited
・ dyalog apl
・ dyalog limited
・ dyana
・ dylan
・ dylperl
・ dynamic adaptive routing
・ dynamic address translation
・ dynamic analysis
・ dynamic binding
・ dynamic data exchange
・ dynamic data linking
・ dynamic database management system
・ dynamic dbms
・ dynamic drive overlay
・ dynamic execution
・ dynamic host configuration protocol
・ dynamic html
・ dynamic language


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Dynamic binding : FOLDOC
dynamic binding
The property of object-oriented programming languages where the code executed to perform a given operation is determined at run time from the class of the operand(s) (the receiver of the message). There may be several different classes of objects which can receive a given message. An expression may denote an object which may have more than one possible class and that class can only be determined at run time. New classes may be created that can receive a particular message, without changing (or recompiling) the code which sends the message. An class may be created that can receive any set of existing messages.
C++ implements dynamic binding using "{virtual member functions}".
One important reason for having dynamic binding is that it provides a mechanism for selecting between alternatives which is arguably more robust than explicit selection by conditionals or pattern matching. When a new subclass is added, or an existing subclass changes, the necessary


スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.